home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Clickx 115
/
Clickx 115.iso
/
software
/
tools
/
windows
/
tails-i386-0.16.iso
/
live
/
filesystem.squashfs
/
usr
/
share
/
bug
/
linux-image-3.2.0-4-686-pae
/
include-dmesg
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2012-06-03
|
308 b
|
13 lines
add_dmesg() {
echo '** Kernel log:' >&3
dmesg | tail -n 100 >&3
echo >&3
}
ask_dmesg() {
# Remind the user to attach the kernel log. This should also trigger
# a reminder in some MUAs if the user tries to send without it.
echo '** Kernel log: boot messages should be attached' >&3
echo >&3
}